home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tom.swf / scripts / DefineButton2_644 / BUTTONCONDACTION on(release).as next >
Text File  |  2011-08-19  |  107b  |  6 lines

  1. on(release){
  2.    gotoAndStop("zoom_out");
  3.    play();
  4.    this._parent.gotoAndPlay("living_room_out");
  5. }
  6.